ViewModel
ViewModels should be aware of the UI layer.
True
False
MVVM
Proper MVVM architecture dictates a unidirectional data flow.
MVVM2
Methods that update TextViews should exist in which layer?
TextViews
View
Model
None of the above
MVVM4
Fields that store references to Views should be stored in which layer?
Views
MVVM5
Fields that store data required for business logic should be stored in which layer?
Fields that represent data for objects should be stored in which layer?
Next Concept